home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / windows / doc / applet / overview / _stdout.threads < prev    next >
Encoding:
Text File  |  1996-02-26  |  1.1 KB  |  48 lines

  1. <Html>
  2. <Head>
  3. <Title>Standard Output</Title>
  4. </Head>
  5.  
  6. <Body>
  7. <PRE><A Href="threads.html">Threads in Applets</A>
  8. </PRE>
  9. <HR>
  10.  
  11. <H1>Platform-Specific Details: Standard Output </H1>
  12.  
  13. <h2>UNIX</h2>
  14. <P>
  15. Standard output for the HotJava browser
  16. is redirected to the file <samp>~/.hotjava/weblog</samp>.
  17. You can continuously view this file using the following command:
  18. <PRE>
  19.     tail -f ~/.hotjava/weblog
  20. </PRE>
  21. Alternatively, you can use the Java interpreter directly
  22. to execute the HotJava browser
  23. (instead of going through the <code>hotjava</code> shell script).
  24. Standard output will appear in the window
  25. where you invoke the interpreter.
  26. To do this, enter the following command:
  27. <PRE>
  28.     java browser.hotjava
  29. </PRE>
  30.  
  31. <h2>DOS Shell (Windows NT)</h2>
  32. <P>
  33. To continuously view standard output,
  34. use the Java interpreter directly to execute the HotJava browser.
  35. Standard output will appear in the window
  36. where you invoke the interpreter.
  37. To do this, enter the following command:
  38. <PRE>
  39.     java browser.hotjava
  40. </PRE>
  41.  
  42. <HR>
  43. <PRE><A Href="threads.html">Threads in Applets</A>
  44. </PRE>
  45.  
  46. </Body>
  47. </Html>
  48.